home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / compat / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-06-30  |  6.1 KB  |  251 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. # Makefile template for the compat libaray.
  9.  
  10. # Copyright (c) 1995 Markku Rossi.
  11.  
  12. #
  13.  
  14. # Author: Markku Rossi <mtr@iki.fi>
  15.  
  16. #
  17.  
  18. #
  19. # This file is part of GNU enscript.
  20. # This program is free software; you can redistribute it and/or modify
  21. # it under the terms of the GNU General Public License as published by
  22. # the Free Software Foundation; either version 2, or (at your option)
  23. # any later version.
  24. #
  25. # This program is distributed in the hope that it will be useful,
  26. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  27. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  28. # GNU General Public License for more details.
  29. #
  30. # You should have received a copy of the GNU General Public License
  31. # along with this program; see the file COPYING.  If not, write to
  32. # the Free Software Foundation, 59 Temple Place - Suite 330,
  33. # Boston, MA 02111-1307, USA.
  34. #
  35.  
  36.  
  37. SHELL = /bin/sh
  38.  
  39. srcdir = @srcdir@
  40. top_srcdir = @top_srcdir@
  41. VPATH = @srcdir@
  42. prefix = @prefix@
  43. exec_prefix = @exec_prefix@
  44.  
  45. bindir = @bindir@
  46. sbindir = @sbindir@
  47. libexecdir = @libexecdir@
  48. datadir = @datadir@
  49. sysconfdir = @sysconfdir@
  50. sharedstatedir = @sharedstatedir@
  51. localstatedir = @localstatedir@
  52. libdir = @libdir@
  53. infodir = @infodir@
  54. mandir = @mandir@
  55. includedir = @includedir@
  56. oldincludedir = /usr/include
  57.  
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkglibdir = $(libdir)/@PACKAGE@
  60. pkgincludedir = $(includedir)/@PACKAGE@
  61.  
  62. top_builddir = ..
  63.  
  64. INSTALL = @INSTALL@
  65. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  66. INSTALL_DATA = @INSTALL_DATA@
  67. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  68. transform = @program_transform_name@
  69.  
  70. AUTOMAKE_OPTIONS = no-dependencies
  71.  
  72. noinst_LIBRARIES = compat
  73. compat_SOURCES = alloca.c getopt.c getopt1.c
  74. compat_LIBADD = @LIBOBJS@
  75.  
  76. noinst_HEADERS = dummypwd.h getopt.h
  77.  
  78. EXTRA_DIST = gethostname.c getpwd.c getuid.c strerror.c config.dos
  79. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  80. CONFIG_HEADER = ../config.h
  81. LIBRARIES = $(noinst_LIBRARIES)
  82.  
  83. noinst_LIBFILES = libcompat.a
  84.  
  85. CC = @CC@
  86. LEX = @LEX@
  87. YACC = @YACC@
  88.  
  89. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  90. CPPFLAGS = @CPPFLAGS@
  91. CFLAGS = @CFLAGS@
  92. LDFLAGS = @LDFLAGS@
  93. LIBS = @LIBS@
  94.  
  95. COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  96. LINK = $(CC) $(LDFLAGS) -o $@
  97. compat_OBJECTS = alloca.o getopt.o getopt1.o
  98. EXTRA_compat_SOURCES =
  99. LIBFILES =  libcompat.a
  100. AR = ar
  101. RANLIB = @RANLIB@
  102. HEADERS = $(noinst_HEADERS)
  103.  
  104. DIST_COMMON = ChangeLog Makefile.am Makefile.in
  105.  
  106.  
  107. PACKAGE = @PACKAGE@
  108. VERSION = @VERSION@
  109.  
  110. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  111.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  112. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  113.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  114.  
  115. TAR = tar
  116. SOURCES = $(compat_SOURCES)
  117. OBJECTS = $(compat_OBJECTS)
  118.  
  119. default: all
  120.  
  121.  
  122. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
  123.     cd $(top_srcdir) && automake $(subdir)/Makefile
  124.  
  125. Makefile: $(top_builddir)/config.status Makefile.in
  126.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  127.  
  128. mostlyclean-noinstLIBRARIES:
  129.  
  130. clean-noinstLIBRARIES:
  131.     rm -f $(noinst_LIBFILES)
  132.  
  133. distclean-noinstLIBRARIES:
  134.  
  135. maintainer-clean-noinstLIBRARIES:
  136.  
  137. .c.o:
  138.     $(COMPILE) $<
  139.  
  140. mostlyclean-compile:
  141.     rm -f *.o core
  142.  
  143. clean-compile:
  144.  
  145. distclean-compile:
  146.     rm -f *.tab.c
  147.  
  148. maintainer-clean-compile:
  149. $(compat_OBJECTS): ../config.h
  150.  
  151. libcompat.a: $(compat_OBJECTS) $(compat_LIBADD)
  152.     rm -f libcompat.a
  153.     $(AR) cru libcompat.a $(compat_OBJECTS) $(compat_LIBADD)
  154.     $(RANLIB) libcompat.a
  155.  
  156. ID: $(HEADERS) $(SOURCES)
  157.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  158.  
  159. tags: TAGS
  160.  
  161. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  162.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  163.  
  164. mostlyclean-tags:
  165.  
  166. clean-tags:
  167.  
  168. distclean-tags:
  169.     rm -f TAGS ID
  170.  
  171. maintainer-clean-tags:
  172.  
  173. subdir = compat
  174. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  175. distdir: $(DEP_DISTFILES)
  176.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  177.       test -f $(distdir)/$$file \
  178.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  179.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  180.     done
  181. info:
  182.  
  183. dvi:
  184.  
  185. check: all
  186.  
  187. installcheck:
  188.  
  189. install-exec: 
  190.  
  191. install-data: 
  192.  
  193. install: install-exec install-data all
  194.     @:
  195.  
  196. uninstall: 
  197.  
  198. all: $(LIBFILES) $(HEADERS) Makefile
  199.  
  200. install-strip:
  201.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  202. installdirs:
  203.  
  204.  
  205. mostlyclean-generic:
  206.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  207.  
  208. clean-generic:
  209.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  210.  
  211. distclean-generic:
  212.     rm -f Makefile $(DISTCLEANFILES)
  213.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  214.  
  215. maintainer-clean-generic:
  216.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  217.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  218. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  219.         mostlyclean-tags mostlyclean-generic
  220.  
  221. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  222.         mostlyclean 
  223.  
  224. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  225.         distclean-generic clean 
  226.     rm -f config.status
  227.  
  228. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  229.         maintainer-clean-compile maintainer-clean-tags \
  230.         maintainer-clean-generic distclean 
  231.     @echo "This command is intended for maintainers to use;"
  232.     @echo "it deletes files that may require special tools to rebuild."
  233.  
  234. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  235. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  236. mostlyclean-compile distclean-compile clean-compile \
  237. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  238. clean-tags maintainer-clean-tags distdir info dvi check installcheck \
  239. install-exec install-data install uninstall all installdirs \
  240. mostlyclean-generic distclean-generic clean-generic \
  241. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  242.  
  243. .SUFFIXES:
  244. .SUFFIXES: .c .o
  245.  
  246. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  247. # Otherwise a system limit (for SysV at least) may be exceeded.
  248. .NOEXPORT:
  249.